go.pact.im/x/clock.eventTicker.t (field)

5 uses

	go.pact.im/x/clock (current package)
		ticker.go#L59: 	t Timer
		ticker.go#L74: 		t:      c.Timer(d),
		ticker.go#L108: 	timer := t.t
		ticker.go#L158: 	if t.t.Stop() {
		ticker.go#L161: 	<-t.t.C()